You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have duplicated DagsHub_Token in both repository-level and environment-level secrets. Maybe try deleting the repository-level one (in case the job is trying to use that) and see if it works?
2026-03-20 04:52:42,938 DEBUG: v3.67.0 (pip), CPython 3.12.3 on Linux-6.14.0-1017-azure-x86_64-with-glibc2.39
2026-03-20 04:52:42,939 DEBUG: command: /home/runner/work/pygmt/pygmt/.venv/bin/dvc pull --no-run-cache --verbose
2026-03-20 04:52:44,797 DEBUG: Preparing to transfer data from 'https://***@dagshub.com/GenericMappingTools/pygmt.dvc/files/md5' to '/home/runner/work/pygmt/pygmt/.dvc/cache/files/md5'
2026-03-20 04:52:44,797 DEBUG: Preparing to collect status from '/home/runner/work/pygmt/pygmt/.dvc/cache/files/md5'
2026-03-20 04:52:44,798 DEBUG: Collecting status from '/home/runner/work/pygmt/pygmt/.dvc/cache/files/md5'
2026-03-20 04:52:44,800 DEBUG: Preparing to collect status from 'https://***@dagshub.com/GenericMappingTools/pygmt.dvc/files/md5'
and below are messages from the current PR:
2026-03-21 04:05:29,389 DEBUG: v3.67.0 (pip), CPython 3.12.3 on Linux-6.14.0-1017-azure-x86_64-with-glibc2.39
2026-03-21 04:05:29,389 DEBUG: command: /home/runner/work/pygmt/pygmt/.venv/bin/dvc pull --no-run-cache --verbose
2026-03-21 04:05:31,245 DEBUG: Preparing to transfer data from 'https://@dagshub.com/GenericMappingTools/pygmt.dvc/files/md5' to '/home/runner/work/pygmt/pygmt/.dvc/cache/files/md5'
2026-03-21 04:05:31,245 DEBUG: Preparing to collect status from '/home/runner/work/pygmt/pygmt/.dvc/cache/files/md5'
2026-03-21 04:05:31,245 DEBUG: Collecting status from '/home/runner/work/pygmt/pygmt/.dvc/cache/files/md5'
2026-03-21 04:05:[31](https://github.com/GenericMappingTools/pygmt/actions/runs/23371611829/job/67996239467?pr=4462#step:8:32),247 DEBUG: Preparing to collect status from 'https://@dagshub.com/GenericMappingTools/pygmt.dvc/files/md5'
2026-03-21 04:05:31,247 DEBUG: Collecting status from 'https://@dagshub.com/GenericMappingTools/pygmt.dvc/files/md5'
There are not ***@dasghub in this PR, meaning the DAGSHUB_TOKEN env is empty.
The wording is not very clear, but it seems like the secret is still only available on pull_request_target triggers. I followed the blog post to https://github.com/executablebooks/github-activity/pull/134/changes, and there it does change the trigger from pull_request to pull_request_target.
Not sure if we want to change to pull_request_target (there might still be some security risk) for ci_tests.yml. The DVC cache seems to be working ok so far, and it doesn't hurt to keep #4457 I think. We could close this and continue the discussion in #4147?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verify if #4457 works.